EditPrefs
5.4 � 1995 Mark John Paddock[ < ] | [ > ] | [Contents] | [Index] | [ ? ] |
EditPrefs
5.4 Contents@Remark $VER: EditPrefs_guide 5.4 (26.2.97)
1 Quick overview | ||
2 Software and Hardware required | ||
3 Shell Parameters | Shell parameters | |
4 Menus | ||
5 Known (and unknown) errors | ||
6 Version History | ||
7 Copyright and distribution requirements | ||
Index | The index for this guide |
@{" ARexx " Link "EditPrefs-rexx/Main"} ARexx Interface
@{" AutoDocs " Link "Docs/MPGui.doc/Main"} MPGui.library AutoDocs
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
EditPrefs provides a GUI to allow editing of prefs files which are in the format:
Setting=Value Switch etc.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Requires OS3.0+.
Also needs MPGui.library (included).
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The command line is:
EditPrefs DIR/K/A,SAVEDIR/K/A,FILE/K/A,HELP/K/A,DEFAULT/K/A,GUI/K/A,PORTNAME/K.
DIR parameter | Use Directory parameter | |
SAVEDIR parameter | Save Directory parameter | |
FILE parameter | File name parameter | |
HELP parameter | Help file parameter | |
DEFAULT parameter | Default prefs parameter | |
GUI parameter | Gui definition parameter | |
PORTNAME parameter | ARexx portname parameter |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the directory where the prefs file should be saved when the ’Use’ gadget is clicked.
It should end with : or /.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the directory where the prefs file should be saved when the ’Save’ gadget is clicked.
It should end with : or /.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the file to save the prefs in when the ’Use’ or ’Save’ gadget is clicked.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the AmigaGuide file from which help will be displayed when the Help key is pressed.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the file where the default prefs are held.
The format of the file is:
; comment line
A Comment
GadgetTitle1=SettingsPrefix=DefaultValue
Used where "SettingsPrefix=DefaultValue" is to be written
GadgetTitle2==List Values=Default Values
Used for an MLIST where multiple switch values are to be written.
Prefixing a line with a + means that that setting will not be reset to the default value when "Reset To Defaults" is chosen.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name of the GUI file to be used with MPGui.library.
Parameters should be specified as #n# (n starting as 0). These should be in the same order as the DEFAULT file.
See @{"Docs/MPGui.doc" Link "Docs/MPGui.doc/Main"}.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This specifies the name to use as an ARexx port. If not supplied then no ARexx port is created.
See @{"Docs/MPGui.doc" Link "Docs/MPGui.doc/Main"}.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Project Menu | ||
Edit Menu | ||
Settings Menu |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Project/Open... Menu Item | Open Menu Item | |
Project/Save As... Menu Item | Save As... Menu Item | |
Project/Quit Menu Item | Quit Menu Item |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Shows a file requester to open prefs from a file.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Shows a file requester to save prefs to a file.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Quits EditPrefs without saving prefs.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Edit/Reset To Defaults Menu Item | Reset To Defaults Menu Item | |
Edit/Last Saved Menu Item | Last Saved Menu Item | |
Edit/Restore Menu Item | Restore Menu Item |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Resets the prefs to the default settings.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Resets the prefs to the values that were last Saved.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Resests the prefs to the values that were last Used.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Settings/Create Icons? Menu Item | Create Icons? Menu Item |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Switches if an Icon should be saved with the prefs file.
The Icon used is:
1 The existing Icon;
2 def_prefs.info in the Use directory;
3 ENV:SYS/def_prefs.info;
4 The default Project Icon.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The docs are a bit sparse.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
EditPrefs - Amiga Prefs editing program Copyright (C) � 1996 Mark John Paddock This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. mark@topic.demon.co.uk mpaddock@cix.compulink.co.uk
EditPrefs
IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
NO WARRANTIES ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY
OR RESPONSIBILITY IS ASSUMED.
EditPrefs
is �1996 Mark John Paddock
Please send any criticisms, bugs, etc. by EMail to mark@topic.demon.co.uk or mpaddock@cix.compulink.co.uk.
Note - the source code to EditPrefs (not MPGui.library) is freely distributable and is not covered by the above license.
[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Jump to: | B C D E F G H L M O P Q R S V |
---|
Jump to: | B C D E F G H L M O P Q R S V |
---|
[Top] | [Contents] | [Index] | [ ? ] |
This document was generated on August 5, 2022 using texi2html 5.0.
The buttons in the navigation panels have the following meaning:
Button | Name | Go to | From 1.2.3 go to |
---|---|---|---|
[ << ] | FastBack | Beginning of this chapter or previous chapter | 1 |
[ < ] | Back | Previous section in reading order | 1.2.2 |
[ Up ] | Up | Up section | 1.2 |
[ > ] | Forward | Next section in reading order | 1.2.4 |
[ >> ] | FastForward | Next chapter | 2 |
[Top] | Top | Cover (top) of document | |
[Contents] | Contents | Table of contents | |
[Index] | Index | Index | |
[ ? ] | About | About (help) |
where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:
This document was generated on August 5, 2022 using texi2html 5.0.